Skip to content

Fixed incorrect dotnet build configuration - #14247

Merged
Steve Danielson (steved0x) merged 3 commits into
MicrosoftDocs:mainfrom
szelpe:patch-2
Aug 6, 2026
Merged

Fixed incorrect dotnet build configuration#14247
Steve Danielson (steved0x) merged 3 commits into
MicrosoftDocs:mainfrom
szelpe:patch-2

Conversation

@szelpe

Copy link
Copy Markdown
Contributor

The documentation incorrectly used the configuration input parameter as the built command does not use that parameter.

The documentation incorrectly used the configuration input parameter as the built command does not use that parameter.
@prmerger-automator

Copy link
Copy Markdown
Contributor

Szél Péter (@szelpe) : Thanks for your contribution! The author(s) have been notified to review your proposed change.

@ttorble

Copy link
Copy Markdown
Contributor

Julia Kulla-Mader (@juliakm)

Can you review the proposed changes?

IMPORTANT: When the changes are ready for publication, adding a #sign-off comment is the best way to signal that the PR is ready for the review team to merge.

#label:"aq-pr-triaged"
@MicrosoftDocs/public-repo-pr-review-team

@juliakm

Copy link
Copy Markdown
Collaborator

#assign-reviewer:ramiMSFT

@juliakm

Copy link
Copy Markdown
Collaborator

#reassign:ramiMSFT

@prmerger-automator

Copy link
Copy Markdown
Contributor

Szél Péter (@szelpe) : Thanks for your contribution! The author(s) and reviewer(s) have been notified to review your proposed change.

@v-dirichards

Copy link
Copy Markdown
Contributor

Rami Bououni (@ramiMSFT) Can you review this old PR and determine whether it needs to be closed or merged?

IMPORTANT: When the changes are ready for publication, add a #sign-off comment to signal that the PR is ready for the review team to merge. If the changes no longer apply, add an explanation and a #please-close comment to close the PR.

@MicrosoftDocs/public-repo-pr-review-team

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the .NET pipeline documentation example for running tests and publishing Coverlet code coverage, aiming to correct how build configuration is specified in the YAML snippet.

Changes:

  • Adds a UseDotNet@2 step to install the .NET SDK before running Coverlet-based tests.
  • Adds a DotNetCoreCLI@2 dotnet build step with --configuration $(buildConfiguration) before dotnet test.

Comment on lines +677 to +687
- task: UseDotNet@2
inputs:
version: '8.x'
includePreviewVersions: true # Required for preview versions

- task: DotNetCoreCLI@2
displayName: 'dotnet build'
inputs:
command: 'build'
arguments: '--configuration $(buildConfiguration)'

Copilot AI Apr 21, 2026

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The YAML snippet starts directly with task entries, so if a reader pastes it into a new azure-pipelines.yml file as instructed, the pipeline will be invalid because tasks must be nested under steps: (and typically a pool:/trigger: are also shown or elided with # ...). Consider adding a steps: line (and optional # ...) to make the snippet self-contained and copy/pasteable.

Copilot uses AI. Check for mistakes.
Comment thread docs/pipelines/ecosystems/dotnet-core.md Outdated
Comment thread docs/pipelines/ecosystems/dotnet-core.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
@prmerger-automator

Copy link
Copy Markdown
Contributor

Szél Péter (@szelpe) : Thanks for your contribution! The author(s) and reviewer(s) have been notified to review your proposed change.

@steved0x

Copy link
Copy Markdown
Collaborator

#sig-off

@steved0x
Steve Danielson (steved0x) merged commit 1ef6a1b into MicrosoftDocs:main Aug 6, 2026
2 checks passed
learn-build-service-prod Bot added a commit that referenced this pull request Aug 7, 2026
* Update FAQ on Azure DevOps organization limits

Revised the answer regarding the creation limits of Azure DevOps organizations for Microsoft Entra ID accounts, clarifying the conditions and support limitations.

* Apply suggestion from @v-dirichards

* Trivial updates to referencing "resolved" states (#14377)

There were some minor typos when referring to "resolved" states, possibly from copy/pasting "In Progress" and only partially correcting after paste.

* Clarify and update Azure DevOps rate limits documentation (#14379)

* Update rate limits documentation for clarity

Clarified conditions for assigning Basic + Test Plans access level and removed redundant information regarding Visual Studio Enterprise subscriptions.

* Update rate limits documentation for Azure DevOps

Clarified information regarding higher rate and usage limits for Azure DevOps integrations. Updated details on subscription requirements and conditions for assigning access levels.

* Update rate limits documentation for Azure DevOps

Clarified instructions for increasing rate limits for Azure DevOps integrations and specified conditions for Visual Studio Enterprise access level.

* Potential fix for pull request finding

Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>

---------

Co-authored-by: chcomley <35748196+chcomley@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>

* Remove preview note from Actual Result doc (now GA) (#14381)

* Merge main to live (#9368)

* ELM - start-migration expand and reorganize, add portal workflow, troubleshooting, pipeline rewiring (#9364)

* Update start-migration documentation with new prerequisites and clarify agent startup instructions, additions

* final updates

* ELM - prerequisites expanded and improved (#9367)

* updates

* more updates

* add WHY

* Update docs/repos/enterprise-live-migrations/prerequisites.md

Co-authored-by: learn-build-service-prod-08[bot] <274430765+learn-build-service-prod-08[bot]@users.noreply.github.com>

---------

Co-authored-by: learn-build-service-prod-08[bot] <274430765+learn-build-service-prod-08[bot]@users.noreply.github.com>

---------

Co-authored-by: learn-build-service-prod-08[bot] <274430765+learn-build-service-prod-08[bot]@users.noreply.github.com>

* Merge MAIN to LIVE (#9411)

* Add bulk attachment actions feature to Azure Boards (#9400)

* Add bulk attachment actions feature to Azure Boards

* Update release-notes/roadmap/2026/boards/bulk-attachment-actions.md

Co-authored-by: learn-build-service-prod-09[bot] <274431102+learn-build-service-prod-09[bot]@users.noreply.github.com>

* Update release-notes/roadmap/2026/boards/bulk-attachment-actions.md

Co-authored-by: learn-build-service-prod-09[bot] <274431102+learn-build-service-prod-09[bot]@users.noreply.github.com>

* Update release-notes/roadmap/2026/boards/bulk-attachment-actions.md

Co-authored-by: learn-build-service-prod-09[bot] <274431102+learn-build-service-prod-09[bot]@users.noreply.github.com>

* Refine description of bulk attachment actions feature

Updated the description for bulk attachment actions in Azure Boards.

* Update link for Copilot Code reviews in release notes

* Update release-notes/roadmap/2026/boards/bulk-attachment-actions.md

Co-authored-by: learn-build-service-prod-01[bot] <274427437+learn-build-service-prod-01[bot]@users.noreply.github.com>

---------

Co-authored-by: learn-build-service-prod-09[bot] <274431102+learn-build-service-prod-09[bot]@users.noreply.github.com>
Co-authored-by: learn-build-service-prod-01[bot] <274427437+learn-build-service-prod-01[bot]@users.noreply.github.com>

* ELM prerequisites quick fix (#9410)

* fix

* clearer image

---------

Co-authored-by: Dan Hellem <dahellem@microsoft.com>
Co-authored-by: learn-build-service-prod-09[bot] <274431102+learn-build-service-prod-09[bot]@users.noreply.github.com>
Co-authored-by: learn-build-service-prod-01[bot] <274427437+learn-build-service-prod-01[bot]@users.noreply.github.com>

* Fix unrendered mx-imgBorder div (#14382)

Fixes the `[!div class="mx-imgBorder"]` markup leaking into the rendered page in the "Enable or disable inheritance for a specific repository" section of Set Git repository permissions.

Problem: The `[!div]` extension and its image were missing the blockquote (`>`) prefix, so DocFX didn't parse them as an extension and rendered `[!div class="mx-imgBorder"]` as literal text above the screenshot.

Fix: Added the `>` prefix to both the `[!div]` line and the image line so they form a single blockquote, matching the correctly rendered usage in the "Set permissions for a specific user" section of the same file.

* Update cumulative-flow-cycle-lead-time-guidance.md (#14384)

* Update cumulative-flow-cycle-lead-time-guidance.md

Removed duplicate sentences.

* formatting fix

Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>

---------

Co-authored-by: Diana Richards <103777760+v-dirichards@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>

* The domains vsassetscdn.azure.cn and gallerycdn.azure.cn are not valid domain names. Nevertheless, they are still utilized in the production environment of Azure DevOps and DevOps Marketplace. Kindly report this issue to the corresponding team to implement fixes. (#14389)

The domains vsassetscdn.azure.cn and gallerycdn.azure.cn are not valid domain names. Nevertheless, they are still utilized in the production environment of Azure DevOps and DevOps Marketplace. Kindly report this issue to the corresponding team to implement fixes.

* Update IP address instructions for GitHub hosted runners (#14351)

Updated the link in Line 205 for "here" where it says "using the instructions provided here" from:

https://docs.github.com/en/actions/concepts/runners/github-hosted-runners#ip-addresses

To 

https://docs.github.com/en/actions/reference/runners/github-hosted-runners#ip-addresses

* Fix required role (#14359)

Compute Gallery Image Reader is less privileged role sufficient to create Managed DevOps Pool.

* Improve token handling and cleanup in docker.md for Linux/Bash script (#14365)

* Improve token handling and cleanup in docker.md for Linux/Bash script

Refactor token loading and cleanup functions in docker for Linux/Bash script.

Fixes issue with this error during cleanup
    WRITE ERROR: VS30063: You are not authorized to access https://dev.azure.com.

Also fixed issue with hard code AZP_TOKEN_FILE location being a hard coded path /azp/.token which may not exists.  Changed it to use the same location as the script location.

* Fix potential endless loop on cleanup

* Add a note with workaround Azure Artifacts source when packages are m… (#14368)

* Add a note with workaround Azure Artifacts source when packages are missing in Package drop down list.

Added notes on handling package truncation in Azure Artifacts source when using Feeds with many packages.

We are getting cases related to this issue since May 2022 or earlier. There was a fix released for more than 15k feeds but the issue is related to number of packages in the feed. Please reach out if you need reference to related bug and IcMs.

* Potential fix for pull request finding

Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>

* Fix links in artifacts.md for package promotion

Updated links in the artifacts documentation to point to the correct paths.

---------

Co-authored-by: chcomley <35748196+chcomley@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Steve Danielson <steved0x@github.com>

* Fixed incorrect dotnet build configuration (#14247)

* Fixed incorrect dotnet build configuration

The documentation incorrectly used the configuration input parameter as the built command does not use that parameter.

* Apply suggestion from @Copilot

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

---------

Co-authored-by: Diana Richards <v-dirichards@microsoft.com>
Co-authored-by: Steve Danielson <steved0x@github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* Apply suggestions from code review

Co-authored-by: learn-build-service-prod-04[bot] <274428985+learn-build-service-prod-04[bot]@users.noreply.github.com>

---------

Co-authored-by: Ross McAllister <10053959+rmca14@users.noreply.github.com>
Co-authored-by: learn-build-service-prod[bot] <113403604+learn-build-service-prod[bot]@users.noreply.github.com>
Co-authored-by: Sam Grantham <36972300+SamGrantham@users.noreply.github.com>
Co-authored-by: Diana Richards <103777760+v-dirichards@users.noreply.github.com>
Co-authored-by: Learn Build Service GitHub App <Learn Build Service LearnBuild@microsoft.com>
Co-authored-by: Steve Bonds <sbonds@gmail.com>
Co-authored-by: chcomley <35748196+chcomley@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: panos <188842228+panagiotisliaros@users.noreply.github.com>
Co-authored-by: learn-build-service-prod-08[bot] <274430765+learn-build-service-prod-08[bot]@users.noreply.github.com>
Co-authored-by: Dan Hellem <dahellem@microsoft.com>
Co-authored-by: learn-build-service-prod-09[bot] <274431102+learn-build-service-prod-09[bot]@users.noreply.github.com>
Co-authored-by: learn-build-service-prod-01[bot] <274427437+learn-build-service-prod-01[bot]@users.noreply.github.com>
Co-authored-by: kinu <92515100+kinu404@users.noreply.github.com>
Co-authored-by: melliott2024 <158214714+melliott2024@users.noreply.github.com>
Co-authored-by: Jack Xu <Jack.xu@hotmail.com>
Co-authored-by: arkoppan <58860099+arkoppan@users.noreply.github.com>
Co-authored-by: Igor <igorpupkinable@users.noreply.github.com>
Co-authored-by: Ian <ianwallen@hotmail.com>
Co-authored-by: Steve Danielson <steved0x@github.com>
Co-authored-by: Szél Péter <szelpeter@szelpeter.hu>
Co-authored-by: Diana Richards <v-dirichards@microsoft.com>
Co-authored-by: Hector <v-ndat@microsoft.com>
Co-authored-by: learn-build-service-prod-04[bot] <274428985+learn-build-service-prod-04[bot]@users.noreply.github.com>
Regan Downer (v-regandowner) added a commit that referenced this pull request Aug 7, 2026
* updates for 8/6/2026 (#9560)

* Confirm merge from repo_sync_working_branch to main to sync with https://github.com/MicrosoftDocs/azure-devops-docs (branch main) (#9558)

* Update FAQ on Azure DevOps organization limits

Revised the answer regarding the creation limits of Azure DevOps organizations for Microsoft Entra ID accounts, clarifying the conditions and support limitations.

* Apply suggestion from @v-dirichards

* Trivial updates to referencing "resolved" states (#14377)

There were some minor typos when referring to "resolved" states, possibly from copy/pasting "In Progress" and only partially correcting after paste.

* Clarify and update Azure DevOps rate limits documentation (#14379)

* Update rate limits documentation for clarity

Clarified conditions for assigning Basic + Test Plans access level and removed redundant information regarding Visual Studio Enterprise subscriptions.

* Update rate limits documentation for Azure DevOps

Clarified information regarding higher rate and usage limits for Azure DevOps integrations. Updated details on subscription requirements and conditions for assigning access levels.

* Update rate limits documentation for Azure DevOps

Clarified instructions for increasing rate limits for Azure DevOps integrations and specified conditions for Visual Studio Enterprise access level.

* Potential fix for pull request finding

Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>

---------

Co-authored-by: chcomley <35748196+chcomley@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>

* Remove preview note from Actual Result doc (now GA) (#14381)

* Merge main to live (#9368)

* ELM - start-migration expand and reorganize, add portal workflow, troubleshooting, pipeline rewiring (#9364)

* Update start-migration documentation with new prerequisites and clarify agent startup instructions, additions

* final updates

* ELM - prerequisites expanded and improved (#9367)

* updates

* more updates

* add WHY

* Update docs/repos/enterprise-live-migrations/prerequisites.md

Co-authored-by: learn-build-service-prod-08[bot] <274430765+learn-build-service-prod-08[bot]@users.noreply.github.com>

---------

Co-authored-by: learn-build-service-prod-08[bot] <274430765+learn-build-service-prod-08[bot]@users.noreply.github.com>

---------

Co-authored-by: learn-build-service-prod-08[bot] <274430765+learn-build-service-prod-08[bot]@users.noreply.github.com>

* Merge MAIN to LIVE (#9411)

* Add bulk attachment actions feature to Azure Boards (#9400)

* Add bulk attachment actions feature to Azure Boards

* Update release-notes/roadmap/2026/boards/bulk-attachment-actions.md

Co-authored-by: learn-build-service-prod-09[bot] <274431102+learn-build-service-prod-09[bot]@users.noreply.github.com>

* Update release-notes/roadmap/2026/boards/bulk-attachment-actions.md

Co-authored-by: learn-build-service-prod-09[bot] <274431102+learn-build-service-prod-09[bot]@users.noreply.github.com>

* Update release-notes/roadmap/2026/boards/bulk-attachment-actions.md

Co-authored-by: learn-build-service-prod-09[bot] <274431102+learn-build-service-prod-09[bot]@users.noreply.github.com>

* Refine description of bulk attachment actions feature

Updated the description for bulk attachment actions in Azure Boards.

* Update link for Copilot Code reviews in release notes

* Update release-notes/roadmap/2026/boards/bulk-attachment-actions.md

Co-authored-by: learn-build-service-prod-01[bot] <274427437+learn-build-service-prod-01[bot]@users.noreply.github.com>

---------

Co-authored-by: learn-build-service-prod-09[bot] <274431102+learn-build-service-prod-09[bot]@users.noreply.github.com>
Co-authored-by: learn-build-service-prod-01[bot] <274427437+learn-build-service-prod-01[bot]@users.noreply.github.com>

* ELM prerequisites quick fix (#9410)

* fix

* clearer image

---------

Co-authored-by: Dan Hellem <dahellem@microsoft.com>
Co-authored-by: learn-build-service-prod-09[bot] <274431102+learn-build-service-prod-09[bot]@users.noreply.github.com>
Co-authored-by: learn-build-service-prod-01[bot] <274427437+learn-build-service-prod-01[bot]@users.noreply.github.com>

* Fix unrendered mx-imgBorder div (#14382)

Fixes the `[!div class="mx-imgBorder"]` markup leaking into the rendered page in the "Enable or disable inheritance for a specific repository" section of Set Git repository permissions.

Problem: The `[!div]` extension and its image were missing the blockquote (`>`) prefix, so DocFX didn't parse them as an extension and rendered `[!div class="mx-imgBorder"]` as literal text above the screenshot.

Fix: Added the `>` prefix to both the `[!div]` line and the image line so they form a single blockquote, matching the correctly rendered usage in the "Set permissions for a specific user" section of the same file.

* Update cumulative-flow-cycle-lead-time-guidance.md (#14384)

* Update cumulative-flow-cycle-lead-time-guidance.md

Removed duplicate sentences.

* formatting fix

Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>

---------

Co-authored-by: Diana Richards <103777760+v-dirichards@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>

* The domains vsassetscdn.azure.cn and gallerycdn.azure.cn are not valid domain names. Nevertheless, they are still utilized in the production environment of Azure DevOps and DevOps Marketplace. Kindly report this issue to the corresponding team to implement fixes. (#14389)

The domains vsassetscdn.azure.cn and gallerycdn.azure.cn are not valid domain names. Nevertheless, they are still utilized in the production environment of Azure DevOps and DevOps Marketplace. Kindly report this issue to the corresponding team to implement fixes.

* Update IP address instructions for GitHub hosted runners (#14351)

Updated the link in Line 205 for "here" where it says "using the instructions provided here" from:

https://docs.github.com/en/actions/concepts/runners/github-hosted-runners#ip-addresses

To 

https://docs.github.com/en/actions/reference/runners/github-hosted-runners#ip-addresses

* Fix required role (#14359)

Compute Gallery Image Reader is less privileged role sufficient to create Managed DevOps Pool.

* Improve token handling and cleanup in docker.md for Linux/Bash script (#14365)

* Improve token handling and cleanup in docker.md for Linux/Bash script

Refactor token loading and cleanup functions in docker for Linux/Bash script.

Fixes issue with this error during cleanup
    WRITE ERROR: VS30063: You are not authorized to access https://dev.azure.com.

Also fixed issue with hard code AZP_TOKEN_FILE location being a hard coded path /azp/.token which may not exists.  Changed it to use the same location as the script location.

* Fix potential endless loop on cleanup

* Update docs/pipelines/agents/hosted.md

Co-authored-by: learn-build-service-prod-06[bot] <274430002+learn-build-service-prod-06[bot]@users.noreply.github.com>

---------

Co-authored-by: Ross McAllister <10053959+rmca14@users.noreply.github.com>
Co-authored-by: learn-build-service-prod[bot] <113403604+learn-build-service-prod[bot]@users.noreply.github.com>
Co-authored-by: Sam Grantham <36972300+SamGrantham@users.noreply.github.com>
Co-authored-by: Diana Richards <103777760+v-dirichards@users.noreply.github.com>
Co-authored-by: Learn Build Service GitHub App <Learn Build Service LearnBuild@microsoft.com>
Co-authored-by: Steve Bonds <sbonds@gmail.com>
Co-authored-by: chcomley <35748196+chcomley@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: panos <188842228+panagiotisliaros@users.noreply.github.com>
Co-authored-by: learn-build-service-prod-08[bot] <274430765+learn-build-service-prod-08[bot]@users.noreply.github.com>
Co-authored-by: Dan Hellem <dahellem@microsoft.com>
Co-authored-by: learn-build-service-prod-09[bot] <274431102+learn-build-service-prod-09[bot]@users.noreply.github.com>
Co-authored-by: learn-build-service-prod-01[bot] <274427437+learn-build-service-prod-01[bot]@users.noreply.github.com>
Co-authored-by: kinu <92515100+kinu404@users.noreply.github.com>
Co-authored-by: melliott2024 <158214714+melliott2024@users.noreply.github.com>
Co-authored-by: Jack Xu <Jack.xu@hotmail.com>
Co-authored-by: arkoppan <58860099+arkoppan@users.noreply.github.com>
Co-authored-by: Igor <igorpupkinable@users.noreply.github.com>
Co-authored-by: Ian <ianwallen@hotmail.com>
Co-authored-by: Steve Danielson <steved0x@github.com>
Co-authored-by: learn-build-service-prod-06[bot] <274430002+learn-build-service-prod-06[bot]@users.noreply.github.com>

* Resolve syncing conflicts from repo_sync_working_branch to main (#9563)

* Update FAQ on Azure DevOps organization limits

Revised the answer regarding the creation limits of Azure DevOps organizations for Microsoft Entra ID accounts, clarifying the conditions and support limitations.

* Apply suggestion from @v-dirichards

* Trivial updates to referencing "resolved" states (#14377)

There were some minor typos when referring to "resolved" states, possibly from copy/pasting "In Progress" and only partially correcting after paste.

* Clarify and update Azure DevOps rate limits documentation (#14379)

* Update rate limits documentation for clarity

Clarified conditions for assigning Basic + Test Plans access level and removed redundant information regarding Visual Studio Enterprise subscriptions.

* Update rate limits documentation for Azure DevOps

Clarified information regarding higher rate and usage limits for Azure DevOps integrations. Updated details on subscription requirements and conditions for assigning access levels.

* Update rate limits documentation for Azure DevOps

Clarified instructions for increasing rate limits for Azure DevOps integrations and specified conditions for Visual Studio Enterprise access level.

* Potential fix for pull request finding

Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>

---------

Co-authored-by: chcomley <35748196+chcomley@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>

* Remove preview note from Actual Result doc (now GA) (#14381)

* Merge main to live (#9368)

* ELM - start-migration expand and reorganize, add portal workflow, troubleshooting, pipeline rewiring (#9364)

* Update start-migration documentation with new prerequisites and clarify agent startup instructions, additions

* final updates

* ELM - prerequisites expanded and improved (#9367)

* updates

* more updates

* add WHY

* Update docs/repos/enterprise-live-migrations/prerequisites.md

Co-authored-by: learn-build-service-prod-08[bot] <274430765+learn-build-service-prod-08[bot]@users.noreply.github.com>

---------

Co-authored-by: learn-build-service-prod-08[bot] <274430765+learn-build-service-prod-08[bot]@users.noreply.github.com>

---------

Co-authored-by: learn-build-service-prod-08[bot] <274430765+learn-build-service-prod-08[bot]@users.noreply.github.com>

* Merge MAIN to LIVE (#9411)

* Add bulk attachment actions feature to Azure Boards (#9400)

* Add bulk attachment actions feature to Azure Boards

* Update release-notes/roadmap/2026/boards/bulk-attachment-actions.md

Co-authored-by: learn-build-service-prod-09[bot] <274431102+learn-build-service-prod-09[bot]@users.noreply.github.com>

* Update release-notes/roadmap/2026/boards/bulk-attachment-actions.md

Co-authored-by: learn-build-service-prod-09[bot] <274431102+learn-build-service-prod-09[bot]@users.noreply.github.com>

* Update release-notes/roadmap/2026/boards/bulk-attachment-actions.md

Co-authored-by: learn-build-service-prod-09[bot] <274431102+learn-build-service-prod-09[bot]@users.noreply.github.com>

* Refine description of bulk attachment actions feature

Updated the description for bulk attachment actions in Azure Boards.

* Update link for Copilot Code reviews in release notes

* Update release-notes/roadmap/2026/boards/bulk-attachment-actions.md

Co-authored-by: learn-build-service-prod-01[bot] <274427437+learn-build-service-prod-01[bot]@users.noreply.github.com>

---------

Co-authored-by: learn-build-service-prod-09[bot] <274431102+learn-build-service-prod-09[bot]@users.noreply.github.com>
Co-authored-by: learn-build-service-prod-01[bot] <274427437+learn-build-service-prod-01[bot]@users.noreply.github.com>

* ELM prerequisites quick fix (#9410)

* fix

* clearer image

---------

Co-authored-by: Dan Hellem <dahellem@microsoft.com>
Co-authored-by: learn-build-service-prod-09[bot] <274431102+learn-build-service-prod-09[bot]@users.noreply.github.com>
Co-authored-by: learn-build-service-prod-01[bot] <274427437+learn-build-service-prod-01[bot]@users.noreply.github.com>

* Fix unrendered mx-imgBorder div (#14382)

Fixes the `[!div class="mx-imgBorder"]` markup leaking into the rendered page in the "Enable or disable inheritance for a specific repository" section of Set Git repository permissions.

Problem: The `[!div]` extension and its image were missing the blockquote (`>`) prefix, so DocFX didn't parse them as an extension and rendered `[!div class="mx-imgBorder"]` as literal text above the screenshot.

Fix: Added the `>` prefix to both the `[!div]` line and the image line so they form a single blockquote, matching the correctly rendered usage in the "Set permissions for a specific user" section of the same file.

* Update cumulative-flow-cycle-lead-time-guidance.md (#14384)

* Update cumulative-flow-cycle-lead-time-guidance.md

Removed duplicate sentences.

* formatting fix

Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>

---------

Co-authored-by: Diana Richards <103777760+v-dirichards@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>

* The domains vsassetscdn.azure.cn and gallerycdn.azure.cn are not valid domain names. Nevertheless, they are still utilized in the production environment of Azure DevOps and DevOps Marketplace. Kindly report this issue to the corresponding team to implement fixes. (#14389)

The domains vsassetscdn.azure.cn and gallerycdn.azure.cn are not valid domain names. Nevertheless, they are still utilized in the production environment of Azure DevOps and DevOps Marketplace. Kindly report this issue to the corresponding team to implement fixes.

* Update IP address instructions for GitHub hosted runners (#14351)

Updated the link in Line 205 for "here" where it says "using the instructions provided here" from:

https://docs.github.com/en/actions/concepts/runners/github-hosted-runners#ip-addresses

To 

https://docs.github.com/en/actions/reference/runners/github-hosted-runners#ip-addresses

* Fix required role (#14359)

Compute Gallery Image Reader is less privileged role sufficient to create Managed DevOps Pool.

* Improve token handling and cleanup in docker.md for Linux/Bash script (#14365)

* Improve token handling and cleanup in docker.md for Linux/Bash script

Refactor token loading and cleanup functions in docker for Linux/Bash script.

Fixes issue with this error during cleanup
    WRITE ERROR: VS30063: You are not authorized to access https://dev.azure.com.

Also fixed issue with hard code AZP_TOKEN_FILE location being a hard coded path /azp/.token which may not exists.  Changed it to use the same location as the script location.

* Fix potential endless loop on cleanup

* Add a note with workaround Azure Artifacts source when packages are m… (#14368)

* Add a note with workaround Azure Artifacts source when packages are missing in Package drop down list.

Added notes on handling package truncation in Azure Artifacts source when using Feeds with many packages.

We are getting cases related to this issue since May 2022 or earlier. There was a fix released for more than 15k feeds but the issue is related to number of packages in the feed. Please reach out if you need reference to related bug and IcMs.

* Potential fix for pull request finding

Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>

* Fix links in artifacts.md for package promotion

Updated links in the artifacts documentation to point to the correct paths.

---------

Co-authored-by: chcomley <35748196+chcomley@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Steve Danielson <steved0x@github.com>

* Fixed incorrect dotnet build configuration (#14247)

* Fixed incorrect dotnet build configuration

The documentation incorrectly used the configuration input parameter as the built command does not use that parameter.

* Apply suggestion from @Copilot

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

---------

Co-authored-by: Diana Richards <v-dirichards@microsoft.com>
Co-authored-by: Steve Danielson <steved0x@github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* Apply suggestions from code review

Co-authored-by: learn-build-service-prod-04[bot] <274428985+learn-build-service-prod-04[bot]@users.noreply.github.com>

---------

Co-authored-by: Ross McAllister <10053959+rmca14@users.noreply.github.com>
Co-authored-by: learn-build-service-prod[bot] <113403604+learn-build-service-prod[bot]@users.noreply.github.com>
Co-authored-by: Sam Grantham <36972300+SamGrantham@users.noreply.github.com>
Co-authored-by: Diana Richards <103777760+v-dirichards@users.noreply.github.com>
Co-authored-by: Learn Build Service GitHub App <Learn Build Service LearnBuild@microsoft.com>
Co-authored-by: Steve Bonds <sbonds@gmail.com>
Co-authored-by: chcomley <35748196+chcomley@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: panos <188842228+panagiotisliaros@users.noreply.github.com>
Co-authored-by: learn-build-service-prod-08[bot] <274430765+learn-build-service-prod-08[bot]@users.noreply.github.com>
Co-authored-by: Dan Hellem <dahellem@microsoft.com>
Co-authored-by: learn-build-service-prod-09[bot] <274431102+learn-build-service-prod-09[bot]@users.noreply.github.com>
Co-authored-by: learn-build-service-prod-01[bot] <274427437+learn-build-service-prod-01[bot]@users.noreply.github.com>
Co-authored-by: kinu <92515100+kinu404@users.noreply.github.com>
Co-authored-by: melliott2024 <158214714+melliott2024@users.noreply.github.com>
Co-authored-by: Jack Xu <Jack.xu@hotmail.com>
Co-authored-by: arkoppan <58860099+arkoppan@users.noreply.github.com>
Co-authored-by: Igor <igorpupkinable@users.noreply.github.com>
Co-authored-by: Ian <ianwallen@hotmail.com>
Co-authored-by: Steve Danielson <steved0x@github.com>
Co-authored-by: Szél Péter <szelpeter@szelpeter.hu>
Co-authored-by: Diana Richards <v-dirichards@microsoft.com>
Co-authored-by: Hector <v-ndat@microsoft.com>
Co-authored-by: learn-build-service-prod-04[bot] <274428985+learn-build-service-prod-04[bot]@users.noreply.github.com>

---------

Co-authored-by: chcomley <35748196+chcomley@users.noreply.github.com>
Co-authored-by: learn-build-service-prod[bot] <113403604+learn-build-service-prod[bot]@users.noreply.github.com>
Co-authored-by: Ross McAllister <10053959+rmca14@users.noreply.github.com>
Co-authored-by: Sam Grantham <36972300+SamGrantham@users.noreply.github.com>
Co-authored-by: Diana Richards <103777760+v-dirichards@users.noreply.github.com>
Co-authored-by: Learn Build Service GitHub App <Learn Build Service LearnBuild@microsoft.com>
Co-authored-by: Steve Bonds <sbonds@gmail.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: panos <188842228+panagiotisliaros@users.noreply.github.com>
Co-authored-by: learn-build-service-prod-08[bot] <274430765+learn-build-service-prod-08[bot]@users.noreply.github.com>
Co-authored-by: Dan Hellem <dahellem@microsoft.com>
Co-authored-by: learn-build-service-prod-09[bot] <274431102+learn-build-service-prod-09[bot]@users.noreply.github.com>
Co-authored-by: learn-build-service-prod-01[bot] <274427437+learn-build-service-prod-01[bot]@users.noreply.github.com>
Co-authored-by: kinu <92515100+kinu404@users.noreply.github.com>
Co-authored-by: melliott2024 <158214714+melliott2024@users.noreply.github.com>
Co-authored-by: Jack Xu <Jack.xu@hotmail.com>
Co-authored-by: arkoppan <58860099+arkoppan@users.noreply.github.com>
Co-authored-by: Igor <igorpupkinable@users.noreply.github.com>
Co-authored-by: Ian <ianwallen@hotmail.com>
Co-authored-by: Steve Danielson <steved0x@github.com>
Co-authored-by: learn-build-service-prod-06[bot] <274430002+learn-build-service-prod-06[bot]@users.noreply.github.com>
Co-authored-by: Szél Péter <szelpeter@szelpeter.hu>
Co-authored-by: Diana Richards <v-dirichards@microsoft.com>
Co-authored-by: Hector <v-ndat@microsoft.com>
Co-authored-by: learn-build-service-prod-04[bot] <274428985+learn-build-service-prod-04[bot]@users.noreply.github.com>
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: v-regandowner <97987445+v-regandowner@users.noreply.github.com>
Regan Downer (v-regandowner) added a commit that referenced this pull request Aug 7, 2026
* updates for 8/6/2026 (#9560)

* Confirm merge from repo_sync_working_branch to main to sync with https://github.com/MicrosoftDocs/azure-devops-docs (branch main) (#9558)

* Update FAQ on Azure DevOps organization limits

Revised the answer regarding the creation limits of Azure DevOps organizations for Microsoft Entra ID accounts, clarifying the conditions and support limitations.

* Apply suggestion from @v-dirichards

* Trivial updates to referencing "resolved" states (#14377)

There were some minor typos when referring to "resolved" states, possibly from copy/pasting "In Progress" and only partially correcting after paste.

* Clarify and update Azure DevOps rate limits documentation (#14379)

* Update rate limits documentation for clarity

Clarified conditions for assigning Basic + Test Plans access level and removed redundant information regarding Visual Studio Enterprise subscriptions.

* Update rate limits documentation for Azure DevOps

Clarified information regarding higher rate and usage limits for Azure DevOps integrations. Updated details on subscription requirements and conditions for assigning access levels.

* Update rate limits documentation for Azure DevOps

Clarified instructions for increasing rate limits for Azure DevOps integrations and specified conditions for Visual Studio Enterprise access level.

* Potential fix for pull request finding

Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>

---------

Co-authored-by: chcomley <35748196+chcomley@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>

* Remove preview note from Actual Result doc (now GA) (#14381)

* Merge main to live (#9368)

* ELM - start-migration expand and reorganize, add portal workflow, troubleshooting, pipeline rewiring (#9364)

* Update start-migration documentation with new prerequisites and clarify agent startup instructions, additions

* final updates

* ELM - prerequisites expanded and improved (#9367)

* updates

* more updates

* add WHY

* Update docs/repos/enterprise-live-migrations/prerequisites.md

Co-authored-by: learn-build-service-prod-08[bot] <274430765+learn-build-service-prod-08[bot]@users.noreply.github.com>

---------

Co-authored-by: learn-build-service-prod-08[bot] <274430765+learn-build-service-prod-08[bot]@users.noreply.github.com>

---------

Co-authored-by: learn-build-service-prod-08[bot] <274430765+learn-build-service-prod-08[bot]@users.noreply.github.com>

* Merge MAIN to LIVE (#9411)

* Add bulk attachment actions feature to Azure Boards (#9400)

* Add bulk attachment actions feature to Azure Boards

* Update release-notes/roadmap/2026/boards/bulk-attachment-actions.md

Co-authored-by: learn-build-service-prod-09[bot] <274431102+learn-build-service-prod-09[bot]@users.noreply.github.com>

* Update release-notes/roadmap/2026/boards/bulk-attachment-actions.md

Co-authored-by: learn-build-service-prod-09[bot] <274431102+learn-build-service-prod-09[bot]@users.noreply.github.com>

* Update release-notes/roadmap/2026/boards/bulk-attachment-actions.md

Co-authored-by: learn-build-service-prod-09[bot] <274431102+learn-build-service-prod-09[bot]@users.noreply.github.com>

* Refine description of bulk attachment actions feature

Updated the description for bulk attachment actions in Azure Boards.

* Update link for Copilot Code reviews in release notes

* Update release-notes/roadmap/2026/boards/bulk-attachment-actions.md

Co-authored-by: learn-build-service-prod-01[bot] <274427437+learn-build-service-prod-01[bot]@users.noreply.github.com>

---------

Co-authored-by: learn-build-service-prod-09[bot] <274431102+learn-build-service-prod-09[bot]@users.noreply.github.com>
Co-authored-by: learn-build-service-prod-01[bot] <274427437+learn-build-service-prod-01[bot]@users.noreply.github.com>

* ELM prerequisites quick fix (#9410)

* fix

* clearer image

---------

Co-authored-by: Dan Hellem <dahellem@microsoft.com>
Co-authored-by: learn-build-service-prod-09[bot] <274431102+learn-build-service-prod-09[bot]@users.noreply.github.com>
Co-authored-by: learn-build-service-prod-01[bot] <274427437+learn-build-service-prod-01[bot]@users.noreply.github.com>

* Fix unrendered mx-imgBorder div (#14382)

Fixes the `[!div class="mx-imgBorder"]` markup leaking into the rendered page in the "Enable or disable inheritance for a specific repository" section of Set Git repository permissions.

Problem: The `[!div]` extension and its image were missing the blockquote (`>`) prefix, so DocFX didn't parse them as an extension and rendered `[!div class="mx-imgBorder"]` as literal text above the screenshot.

Fix: Added the `>` prefix to both the `[!div]` line and the image line so they form a single blockquote, matching the correctly rendered usage in the "Set permissions for a specific user" section of the same file.

* Update cumulative-flow-cycle-lead-time-guidance.md (#14384)

* Update cumulative-flow-cycle-lead-time-guidance.md

Removed duplicate sentences.

* formatting fix

Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>

---------

Co-authored-by: Diana Richards <103777760+v-dirichards@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>

* The domains vsassetscdn.azure.cn and gallerycdn.azure.cn are not valid domain names. Nevertheless, they are still utilized in the production environment of Azure DevOps and DevOps Marketplace. Kindly report this issue to the corresponding team to implement fixes. (#14389)

The domains vsassetscdn.azure.cn and gallerycdn.azure.cn are not valid domain names. Nevertheless, they are still utilized in the production environment of Azure DevOps and DevOps Marketplace. Kindly report this issue to the corresponding team to implement fixes.

* Update IP address instructions for GitHub hosted runners (#14351)

Updated the link in Line 205 for "here" where it says "using the instructions provided here" from:

https://docs.github.com/en/actions/concepts/runners/github-hosted-runners#ip-addresses

To 

https://docs.github.com/en/actions/reference/runners/github-hosted-runners#ip-addresses

* Fix required role (#14359)

Compute Gallery Image Reader is less privileged role sufficient to create Managed DevOps Pool.

* Improve token handling and cleanup in docker.md for Linux/Bash script (#14365)

* Improve token handling and cleanup in docker.md for Linux/Bash script

Refactor token loading and cleanup functions in docker for Linux/Bash script.

Fixes issue with this error during cleanup
    WRITE ERROR: VS30063: You are not authorized to access https://dev.azure.com.

Also fixed issue with hard code AZP_TOKEN_FILE location being a hard coded path /azp/.token which may not exists.  Changed it to use the same location as the script location.

* Fix potential endless loop on cleanup

* Update docs/pipelines/agents/hosted.md

Co-authored-by: learn-build-service-prod-06[bot] <274430002+learn-build-service-prod-06[bot]@users.noreply.github.com>

---------

Co-authored-by: Ross McAllister <10053959+rmca14@users.noreply.github.com>
Co-authored-by: learn-build-service-prod[bot] <113403604+learn-build-service-prod[bot]@users.noreply.github.com>
Co-authored-by: Sam Grantham <36972300+SamGrantham@users.noreply.github.com>
Co-authored-by: Diana Richards <103777760+v-dirichards@users.noreply.github.com>
Co-authored-by: Learn Build Service GitHub App <Learn Build Service LearnBuild@microsoft.com>
Co-authored-by: Steve Bonds <sbonds@gmail.com>
Co-authored-by: chcomley <35748196+chcomley@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: panos <188842228+panagiotisliaros@users.noreply.github.com>
Co-authored-by: learn-build-service-prod-08[bot] <274430765+learn-build-service-prod-08[bot]@users.noreply.github.com>
Co-authored-by: Dan Hellem <dahellem@microsoft.com>
Co-authored-by: learn-build-service-prod-09[bot] <274431102+learn-build-service-prod-09[bot]@users.noreply.github.com>
Co-authored-by: learn-build-service-prod-01[bot] <274427437+learn-build-service-prod-01[bot]@users.noreply.github.com>
Co-authored-by: kinu <92515100+kinu404@users.noreply.github.com>
Co-authored-by: melliott2024 <158214714+melliott2024@users.noreply.github.com>
Co-authored-by: Jack Xu <Jack.xu@hotmail.com>
Co-authored-by: arkoppan <58860099+arkoppan@users.noreply.github.com>
Co-authored-by: Igor <igorpupkinable@users.noreply.github.com>
Co-authored-by: Ian <ianwallen@hotmail.com>
Co-authored-by: Steve Danielson <steved0x@github.com>
Co-authored-by: learn-build-service-prod-06[bot] <274430002+learn-build-service-prod-06[bot]@users.noreply.github.com>

* Resolve syncing conflicts from repo_sync_working_branch to main (#9563)

* Update FAQ on Azure DevOps organization limits

Revised the answer regarding the creation limits of Azure DevOps organizations for Microsoft Entra ID accounts, clarifying the conditions and support limitations.

* Apply suggestion from @v-dirichards

* Trivial updates to referencing "resolved" states (#14377)

There were some minor typos when referring to "resolved" states, possibly from copy/pasting "In Progress" and only partially correcting after paste.

* Clarify and update Azure DevOps rate limits documentation (#14379)

* Update rate limits documentation for clarity

Clarified conditions for assigning Basic + Test Plans access level and removed redundant information regarding Visual Studio Enterprise subscriptions.

* Update rate limits documentation for Azure DevOps

Clarified information regarding higher rate and usage limits for Azure DevOps integrations. Updated details on subscription requirements and conditions for assigning access levels.

* Update rate limits documentation for Azure DevOps

Clarified instructions for increasing rate limits for Azure DevOps integrations and specified conditions for Visual Studio Enterprise access level.

* Potential fix for pull request finding

Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>

---------

Co-authored-by: chcomley <35748196+chcomley@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>

* Remove preview note from Actual Result doc (now GA) (#14381)

* Merge main to live (#9368)

* ELM - start-migration expand and reorganize, add portal workflow, troubleshooting, pipeline rewiring (#9364)

* Update start-migration documentation with new prerequisites and clarify agent startup instructions, additions

* final updates

* ELM - prerequisites expanded and improved (#9367)

* updates

* more updates

* add WHY

* Update docs/repos/enterprise-live-migrations/prerequisites.md

Co-authored-by: learn-build-service-prod-08[bot] <274430765+learn-build-service-prod-08[bot]@users.noreply.github.com>

---------

Co-authored-by: learn-build-service-prod-08[bot] <274430765+learn-build-service-prod-08[bot]@users.noreply.github.com>

---------

Co-authored-by: learn-build-service-prod-08[bot] <274430765+learn-build-service-prod-08[bot]@users.noreply.github.com>

* Merge MAIN to LIVE (#9411)

* Add bulk attachment actions feature to Azure Boards (#9400)

* Add bulk attachment actions feature to Azure Boards

* Update release-notes/roadmap/2026/boards/bulk-attachment-actions.md

Co-authored-by: learn-build-service-prod-09[bot] <274431102+learn-build-service-prod-09[bot]@users.noreply.github.com>

* Update release-notes/roadmap/2026/boards/bulk-attachment-actions.md

Co-authored-by: learn-build-service-prod-09[bot] <274431102+learn-build-service-prod-09[bot]@users.noreply.github.com>

* Update release-notes/roadmap/2026/boards/bulk-attachment-actions.md

Co-authored-by: learn-build-service-prod-09[bot] <274431102+learn-build-service-prod-09[bot]@users.noreply.github.com>

* Refine description of bulk attachment actions feature

Updated the description for bulk attachment actions in Azure Boards.

* Update link for Copilot Code reviews in release notes

* Update release-notes/roadmap/2026/boards/bulk-attachment-actions.md

Co-authored-by: learn-build-service-prod-01[bot] <274427437+learn-build-service-prod-01[bot]@users.noreply.github.com>

---------

Co-authored-by: learn-build-service-prod-09[bot] <274431102+learn-build-service-prod-09[bot]@users.noreply.github.com>
Co-authored-by: learn-build-service-prod-01[bot] <274427437+learn-build-service-prod-01[bot]@users.noreply.github.com>

* ELM prerequisites quick fix (#9410)

* fix

* clearer image

---------

Co-authored-by: Dan Hellem <dahellem@microsoft.com>
Co-authored-by: learn-build-service-prod-09[bot] <274431102+learn-build-service-prod-09[bot]@users.noreply.github.com>
Co-authored-by: learn-build-service-prod-01[bot] <274427437+learn-build-service-prod-01[bot]@users.noreply.github.com>

* Fix unrendered mx-imgBorder div (#14382)

Fixes the `[!div class="mx-imgBorder"]` markup leaking into the rendered page in the "Enable or disable inheritance for a specific repository" section of Set Git repository permissions.

Problem: The `[!div]` extension and its image were missing the blockquote (`>`) prefix, so DocFX didn't parse them as an extension and rendered `[!div class="mx-imgBorder"]` as literal text above the screenshot.

Fix: Added the `>` prefix to both the `[!div]` line and the image line so they form a single blockquote, matching the correctly rendered usage in the "Set permissions for a specific user" section of the same file.

* Update cumulative-flow-cycle-lead-time-guidance.md (#14384)

* Update cumulative-flow-cycle-lead-time-guidance.md

Removed duplicate sentences.

* formatting fix

Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>

---------

Co-authored-by: Diana Richards <103777760+v-dirichards@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>

* The domains vsassetscdn.azure.cn and gallerycdn.azure.cn are not valid domain names. Nevertheless, they are still utilized in the production environment of Azure DevOps and DevOps Marketplace. Kindly report this issue to the corresponding team to implement fixes. (#14389)

The domains vsassetscdn.azure.cn and gallerycdn.azure.cn are not valid domain names. Nevertheless, they are still utilized in the production environment of Azure DevOps and DevOps Marketplace. Kindly report this issue to the corresponding team to implement fixes.

* Update IP address instructions for GitHub hosted runners (#14351)

Updated the link in Line 205 for "here" where it says "using the instructions provided here" from:

https://docs.github.com/en/actions/concepts/runners/github-hosted-runners#ip-addresses

To 

https://docs.github.com/en/actions/reference/runners/github-hosted-runners#ip-addresses

* Fix required role (#14359)

Compute Gallery Image Reader is less privileged role sufficient to create Managed DevOps Pool.

* Improve token handling and cleanup in docker.md for Linux/Bash script (#14365)

* Improve token handling and cleanup in docker.md for Linux/Bash script

Refactor token loading and cleanup functions in docker for Linux/Bash script.

Fixes issue with this error during cleanup
    WRITE ERROR: VS30063: You are not authorized to access https://dev.azure.com.

Also fixed issue with hard code AZP_TOKEN_FILE location being a hard coded path /azp/.token which may not exists.  Changed it to use the same location as the script location.

* Fix potential endless loop on cleanup

* Add a note with workaround Azure Artifacts source when packages are m… (#14368)

* Add a note with workaround Azure Artifacts source when packages are missing in Package drop down list.

Added notes on handling package truncation in Azure Artifacts source when using Feeds with many packages.

We are getting cases related to this issue since May 2022 or earlier. There was a fix released for more than 15k feeds but the issue is related to number of packages in the feed. Please reach out if you need reference to related bug and IcMs.

* Potential fix for pull request finding

Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>

* Fix links in artifacts.md for package promotion

Updated links in the artifacts documentation to point to the correct paths.

---------

Co-authored-by: chcomley <35748196+chcomley@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Steve Danielson <steved0x@github.com>

* Fixed incorrect dotnet build configuration (#14247)

* Fixed incorrect dotnet build configuration

The documentation incorrectly used the configuration input parameter as the built command does not use that parameter.

* Apply suggestion from @Copilot

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

---------

Co-authored-by: Diana Richards <v-dirichards@microsoft.com>
Co-authored-by: Steve Danielson <steved0x@github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* Apply suggestions from code review

Co-authored-by: learn-build-service-prod-04[bot] <274428985+learn-build-service-prod-04[bot]@users.noreply.github.com>

---------

Co-authored-by: Ross McAllister <10053959+rmca14@users.noreply.github.com>
Co-authored-by: learn-build-service-prod[bot] <113403604+learn-build-service-prod[bot]@users.noreply.github.com>
Co-authored-by: Sam Grantham <36972300+SamGrantham@users.noreply.github.com>
Co-authored-by: Diana Richards <103777760+v-dirichards@users.noreply.github.com>
Co-authored-by: Learn Build Service GitHub App <Learn Build Service LearnBuild@microsoft.com>
Co-authored-by: Steve Bonds <sbonds@gmail.com>
Co-authored-by: chcomley <35748196+chcomley@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: panos <188842228+panagiotisliaros@users.noreply.github.com>
Co-authored-by: learn-build-service-prod-08[bot] <274430765+learn-build-service-prod-08[bot]@users.noreply.github.com>
Co-authored-by: Dan Hellem <dahellem@microsoft.com>
Co-authored-by: learn-build-service-prod-09[bot] <274431102+learn-build-service-prod-09[bot]@users.noreply.github.com>
Co-authored-by: learn-build-service-prod-01[bot] <274427437+learn-build-service-prod-01[bot]@users.noreply.github.com>
Co-authored-by: kinu <92515100+kinu404@users.noreply.github.com>
Co-authored-by: melliott2024 <158214714+melliott2024@users.noreply.github.com>
Co-authored-by: Jack Xu <Jack.xu@hotmail.com>
Co-authored-by: arkoppan <58860099+arkoppan@users.noreply.github.com>
Co-authored-by: Igor <igorpupkinable@users.noreply.github.com>
Co-authored-by: Ian <ianwallen@hotmail.com>
Co-authored-by: Steve Danielson <steved0x@github.com>
Co-authored-by: Szél Péter <szelpeter@szelpeter.hu>
Co-authored-by: Diana Richards <v-dirichards@microsoft.com>
Co-authored-by: Hector <v-ndat@microsoft.com>
Co-authored-by: learn-build-service-prod-04[bot] <274428985+learn-build-service-prod-04[bot]@users.noreply.github.com>

* Pipelines: Skip CI bvehavior for new branches

* Apply suggestions from code review

Co-authored-by: learn-build-service-prod-03[bot] <274428581+learn-build-service-prod-03[bot]@users.noreply.github.com>

---------

Co-authored-by: chcomley <35748196+chcomley@users.noreply.github.com>
Co-authored-by: learn-build-service-prod[bot] <113403604+learn-build-service-prod[bot]@users.noreply.github.com>
Co-authored-by: Ross McAllister <10053959+rmca14@users.noreply.github.com>
Co-authored-by: Sam Grantham <36972300+SamGrantham@users.noreply.github.com>
Co-authored-by: Diana Richards <103777760+v-dirichards@users.noreply.github.com>
Co-authored-by: Learn Build Service GitHub App <Learn Build Service LearnBuild@microsoft.com>
Co-authored-by: Steve Bonds <sbonds@gmail.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: panos <188842228+panagiotisliaros@users.noreply.github.com>
Co-authored-by: learn-build-service-prod-08[bot] <274430765+learn-build-service-prod-08[bot]@users.noreply.github.com>
Co-authored-by: Dan Hellem <dahellem@microsoft.com>
Co-authored-by: learn-build-service-prod-09[bot] <274431102+learn-build-service-prod-09[bot]@users.noreply.github.com>
Co-authored-by: learn-build-service-prod-01[bot] <274427437+learn-build-service-prod-01[bot]@users.noreply.github.com>
Co-authored-by: kinu <92515100+kinu404@users.noreply.github.com>
Co-authored-by: melliott2024 <158214714+melliott2024@users.noreply.github.com>
Co-authored-by: Jack Xu <Jack.xu@hotmail.com>
Co-authored-by: arkoppan <58860099+arkoppan@users.noreply.github.com>
Co-authored-by: Igor <igorpupkinable@users.noreply.github.com>
Co-authored-by: Ian <ianwallen@hotmail.com>
Co-authored-by: Steve Danielson <steved0x@github.com>
Co-authored-by: learn-build-service-prod-06[bot] <274430002+learn-build-service-prod-06[bot]@users.noreply.github.com>
Co-authored-by: Szél Péter <szelpeter@szelpeter.hu>
Co-authored-by: Diana Richards <v-dirichards@microsoft.com>
Co-authored-by: Hector <v-ndat@microsoft.com>
Co-authored-by: learn-build-service-prod-04[bot] <274428985+learn-build-service-prod-04[bot]@users.noreply.github.com>
Co-authored-by: Steve Danielson <Steve.Danielson@microsoft.com>
Co-authored-by: learn-build-service-prod-03[bot] <274428581+learn-build-service-prod-03[bot]@users.noreply.github.com>
Co-authored-by: prmerger-automator[bot] <40007230+prmerger-automator[bot]@users.noreply.github.com>
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: v-regandowner <97987445+v-regandowner@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants